a5ab318dce
* gcvs 1.0b2 - callback.[ch], interface.[ch] and support.[ch] will be created automaticaly if gcvs.glade is newer - add debug statement to check what envirment cvs gets (activated by -DqCvsDebug=1) * gcvs 1.0b2 - fixed Bug #507525 - fixed memory leaks while changing enviroment - updated INSTALL file for using CVSGUI111 branch - project- and spec-file updated to new beta * gcvs 1.0b1: - add forgotton headers to makefiles for building distribution - update project file and version-strings Makes the package build with gcc3.
13 lines
439 B
Text
13 lines
439 B
Text
$NetBSD: patch-an,v 1.1 2004/09/08 16:21:53 wiz Exp $
|
|
|
|
--- GuiDoc/Makefile.in.orig 2004-09-08 17:36:50.000000000 +0200
|
|
+++ GuiDoc/Makefile.in
|
|
@@ -88,7 +88,7 @@ am__quote = @am__quote@
|
|
gcvspath = @gcvspath@
|
|
install_sh = @install_sh@
|
|
EXTRA_DIST = .cvsignore *.html *.rtf *.gif *.sgml
|
|
-subdir = ./GuiDoc
|
|
+subdir = GuiDoc
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
CONFIG_CLEAN_FILES =
|