[Autosec-devel] sonar Makefile.am,1.18,1.19 Makefile.in,1.33,1.34
Brought to you by:
red0x
From: red0x <re...@us...> - 2004-06-11 05:25:50
|
Update of /cvsroot/autosec/sonar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9418 Modified Files: Makefile.am Makefile.in Log Message: Ammended build process to NOT rely on pdflatex, or doxygen. If you want any extra documentation, other than the man page, make html and sonar_plugin_man.pdf in the doc dir. Index: Makefile.in =================================================================== RCS file: /cvsroot/autosec/sonar/Makefile.in,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Makefile.in 9 Jun 2004 01:07:41 -0000 1.33 --- Makefile.in 11 Jun 2004 05:25:40 -0000 1.34 *************** *** 97,101 **** AUTOMAKE_OPTIONS = 1.6 ! SUBDIRS = libltdl src plugins AUX_DIST = $(ac_aux_dir)/config.guess \ --- 97,101 ---- AUTOMAKE_OPTIONS = 1.6 ! SUBDIRS = libltdl src plugins doc AUX_DIST = $(ac_aux_dir)/config.guess \ Index: Makefile.am =================================================================== RCS file: /cvsroot/autosec/sonar/Makefile.am,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile.am 9 Jun 2004 01:07:41 -0000 1.18 --- Makefile.am 11 Jun 2004 05:25:40 -0000 1.19 *************** *** 5,9 **** AUTOMAKE_OPTIONS = 1.6 ! SUBDIRS = libltdl src plugins AUX_DIST = $(ac_aux_dir)/config.guess \ --- 5,9 ---- AUTOMAKE_OPTIONS = 1.6 ! SUBDIRS = libltdl src plugins doc AUX_DIST = $(ac_aux_dir)/config.guess \ |