mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
misc management stuff
This commit is contained in:
7
plugins/.cvsignore
Normal file
7
plugins/.cvsignore
Normal 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
|
||||
5
plugins/libwmfun/.cvsignore
Normal file
5
plugins/libwmfun/.cvsignore
Normal file
@@ -0,0 +1,5 @@
|
||||
Makefile Makefile.in
|
||||
*.lo *.la
|
||||
.libs
|
||||
.psrc .inslog2 tca.map tca.log
|
||||
*.rpt
|
||||
11
plugins/update-autoconf
Executable file
11
plugins/update-autoconf
Executable 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
|
||||
Reference in New Issue
Block a user