git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d42dd9
)
added lib/pdf to directory targets
author
Matthias Kramm
<kramm@quiss.org>
Sat, 17 Jan 2009 02:19:05 +0000
(18:19 -0800)
committer
Matthias Kramm
<kramm@quiss.org>
Sat, 17 Jan 2009 02:19:05 +0000
(18:19 -0800)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
0c3ce03
..
476a43e
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-6,6
+6,8
@@
include ./Makefile.common
all install uninstall clean:
@echo making $@ in m4...
cd m4;$(MAKE) $@
+ @echo making $@ in lib/pdf...
+ cd lib/pdf;$(MAKE) $@
@echo making $@ in lib...
cd lib;$(MAKE) $@
@echo making $@ in lib/python...