This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Makefile for system.db
doc_update_sequoia
Volker Birk
7 years ago
parent
3de42fe278
commit
f559f57af7
2 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
db/Makefile
BIN
test/pep_Dokument_Titel.pdf
+ 16
- 0
db/Makefile
View File
@ -0,0 +1,16 @@
i
n
c
l
u
d
e
.
.
/
M
a
k
e
f
i
l
e
.
c
o
n
f
db
:
system
.
db
system.db
:
create_system_db
.
sql
sqlite3 -batch
$@
< $<
echo
.import en.csv wordlist
|
sqlite3 -batch -csv
$@
echo
.import de.csv wordlist
|
sqlite3 -batch -csv
$@
.PHONY
:
clean
install
install
:
system
.
db
cp system.db
$(
SYSTEM_DB
)
clean
:
rm -f system.db
BIN
test/pep_Dokument_Titel.pdf
View File
Write
Preview
Loading…
Cancel
Save