diff options
author | Joel Andres Granados <jgranado@redhat.com> | 2008-07-29 12:12:05 +0200 |
---|---|---|
committer | Joel Andres Granados <jgranado@redhat.com> | 2008-07-29 12:12:05 +0200 |
commit | 746db9750257da253f940d8300e458a0987d8497 (patch) | |
tree | d750e01f6845d5e480debe0cd2ea80246d55b6f3 | |
parent | d167a57ee70ae4b484c3ba0b3075c53da6d48a34 (diff) | |
download | firstaidkit-746db9750257da253f940d8300e458a0987d8497.tar.gz firstaidkit-746db9750257da253f940d8300e458a0987d8497.tar.xz firstaidkit-746db9750257da253f940d8300e458a0987d8497.zip |
Add a Makefile for the doc dir.
We will need a Makefile to handle all the documentation stuff.
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..0bbad34 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,4 @@ +wiki: + @ mkdir wiki ; \ + ./man2wiki ; \ + mv *-wiki wiki |