1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

debian: problem with spaces and forget autogenerated files

This commit is contained in:
Rodolfo García Peñas (kix)
2011-10-09 15:52:40 +02:00
committed by Carlos R. Mafra
parent 8bc9a1dd19
commit 625e762f9a
2 changed files with 12 additions and 12 deletions

View File

@@ -14,14 +14,14 @@ Last-Update: 2011-10-05
AC_SUBST(XLIBS) AC_SUBST(XLIBS)
AC_SUBST(X_EXTRA_LIBS) AC_SUBST(X_EXTRA_LIBS)
@@ -866,7 +869,7 @@ @@ -866,7 +869,7 @@
WINGs/Makefile WINGs/WINGs/Makefile WINGs/Documentation/Makefile \ WINGs/Makefile WINGs/WINGs/Makefile WINGs/Documentation/Makefile \
WINGs/Examples/Makefile WINGs/Resources/Makefile WINGs/Tests/Makefile \ WINGs/Examples/Makefile WINGs/Resources/Makefile WINGs/Tests/Makefile \
WINGs/Extras/Makefile WINGs/po/Makefile \ WINGs/Extras/Makefile WINGs/po/Makefile \
- wrlib/Makefile wrlib/tests/Makefile \ - wrlib/Makefile wrlib/tests/Makefile \
+ wmlib/Makefile wrlib/Makefile wrlib/tests/Makefile \ + wmlib/Makefile wrlib/Makefile wrlib/tests/Makefile \
src/Makefile src/wconfig.h \ src/Makefile src/wconfig.h \
doc/Makefile doc/sk/Makefile doc/cs/Makefile \ doc/Makefile doc/sk/Makefile doc/cs/Makefile \
doc/ru/Makefile \ doc/ru/Makefile \
--- /dev/null --- /dev/null
+++ b/wmlib/app.c +++ b/wmlib/app.c
@@ -0,0 +1,79 @@ @@ -0,0 +1,79 @@
@@ -860,4 +860,4 @@ Last-Update: 2011-10-05
+SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc +SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc
EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N INSTALL \ EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N INSTALL \
INSTALL-WMAKER README.definable-cursor \ INSTALL-WMAKER README.definable-cursor \

View File

@@ -1,2 +1,2 @@
# Don't store changes on autogenerated files # Don't store changes on autogenerated files
extend-diff-ignore = "(^|/)(config\.sub|config\.guess|Makefile|configure|Makefile\.in)$" extend-diff-ignore = "(^|/)(config\.sub|config\.guess|Makefile|configure|Makefile\.in|aclocal.m4|config.h.in|depcomp|INSTALL|install-sh|ltmain.sh|missing||libtool.m4|lt~obsolete.m4|ltoptions.m4|ltsugar.m4|ltversion.m4|.Po)$"