summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-07-30 14:29:38 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-07-30 14:29:38 +0200
commit66967ac844969ae3088a13380b555ec68fb21aaa (patch)
tree54b7583cb53c209f117e03508df1d07fd99d511d /doc
parent129598a152b3c28e26d41d4cd721eb12b68c4283 (diff)
downloadfirstaidkit-66967ac844969ae3088a13380b555ec68fb21aaa.tar.gz
firstaidkit-66967ac844969ae3088a13380b555ec68fb21aaa.tar.xz
firstaidkit-66967ac844969ae3088a13380b555ec68fb21aaa.zip
Add an "all" target.
The target calls all the ohter build targets. modified: Makefile
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index fc84587..f25321d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,6 +1,5 @@
-clean:
- rm -rf wiki
- rm -rf concept
+all: wiki concept
+
wiki:
@mkdir wiki ; \
./man2wiki ; \
@@ -11,3 +10,6 @@ concept:
latex --output-directory=concept articlefak-concept.tex ; \
dvipdf concept/articlefak-concept.dvi concept/articlefak-concept.pdf
+clean:
+ rm -rf wiki
+ rm -rf concept