diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/.cvsignore | 2 | ||||
| -rw-r--r-- | data/Makefile.am | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/data/.cvsignore b/data/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/data/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 00000000..a16d18c9 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,8 @@ +rcdir=$(datadir)/openbox + +rc_DATA=rc3 + +MAINTAINERCLEANFILES=Makefile.in + +distclean-local: + $(RM) *\~ *.orig *.rej .\#* |
