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

misc management stuff

This commit is contained in:
dan
2000-12-07 00:12:57 +00:00
parent d8d9cc4b0f
commit e186e99789
3 changed files with 23 additions and 0 deletions

7
plugins/.cvsignore Normal file
View File

@@ -0,0 +1,7 @@
Makefile Makefile.in
aclocal.m4
configure config.log config.cache config.guess config.status config.sub
libtool ltconfig ltmain.sh
.psrc .inslog2 tca.map tca.log
*.rpt
update update-autoconf

View File

@@ -0,0 +1,5 @@
Makefile Makefile.in
*.lo *.la
.libs
.psrc .inslog2 tca.map tca.log
*.rpt

11
plugins/update-autoconf Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
#
# This file is handy to update all the files generated by autoconf, automake
# and friends, quickly.
#
aclocal
autoheader
autoconf
libtoolize --force --automake
automake -a --gnu --include-deps