2003-03-19 Marcel Telka <marcel@telka.sk>

* configure.ac (AC_CONFIG_FILES): Added doc/Makefile.
	* Makefile.am (SUBDIRS): Added doc.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@405 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent b842e417f7
commit 1e02cc6eac

@ -1,3 +1,8 @@
2003-03-19 Marcel Telka <marcel@telka.sk>
* configure.ac (AC_CONFIG_FILES): Added doc/Makefile.
* Makefile.am (SUBDIRS): Added doc.
2003-03-18 Marcel Telka <marcel@telka.sk>
* src/tap/parport/direct.c (direct_connect): Fixed cable disconnecting loop.

@ -22,6 +22,7 @@
#
SUBDIRS = \
doc \
include \
data \
src \

@ -33,6 +33,7 @@ AM_INIT_AUTOMAKE([check-news dist-bzip2])
AC_CONFIG_FILES(
Makefile
doc/Makefile
data/Makefile
include/Makefile
src/Makefile

Loading…
Cancel
Save