root/trunk/wifidog/Makefile.am @ 9

Revision 9, 316 bytes (checked in by benoitg, 9 years ago)

2004-03-08 Benoit Gr�goire <bock@…>

  • Initial CVS import. Integrate a standrad GNU build system and Doxygen to the build process. Add Doxygen and CVS headers, .cvsignores, etc. Note that the imported code is Philippe April (papril777 at yahoo.com)'s work. Tell me if I forgot anything. Please note that the paths in the src/fw* scripts are still hardcoded. Don't forget to update the ChangeLog file every commit and add doxygen comments to your code. Happy hacking.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Header$
2
3SUBDIRS = src . doc
4
5docdir = ${prefix}/share/doc/wifidog-@VERSION@
6
7doc_DATA = \
8  AUTHORS \
9  COPYING \
10  INSTALL \
11  NEWS \
12  README \
13  ChangeLog
14 
15dist_sysconf_DATA = wifidog.conf
16
17EXTRA_DIST = \
18  wifidog.spec.in \
19  wifidog.spec \
20  config \
21  wifidog.conf
22
23.PHONY: doc
24doc:
25        $(MAKE) -C doc doc
Note: See TracBrowser for help on using the browser.