X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=3d5bdb8d630e443cd99b7d23cd80939a6f3951b3;hp=f0cb69c12ff15061c3a78b8d7c426fbaf46827ab;hb=c0126ff1ef90513ce5df48fc41326704a2cef555;hpb=05c26446ed65681528387f6c66473c61eebe7224 diff --git a/src/Makefile.am b/src/Makefile.am index f0cb69c..3d5bdb8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ sbin_SCRIPTS = backupninja ninjahelper # a proto je taky musíme smazat ... CLEANFILES = $(sbin_SCRIPTS) -EXTRA_DIST = backupninja.in ninjahelper.in +EXTRA_DIST = backupninja.in ninjahelper.in ninjareport.in edit = sed \ -e "s,@CFGDIR\@,$(CFGDIR),g" \ @@ -28,3 +28,7 @@ ninjahelper: $(srcdir)/ninjahelper.in $(edit) $(srcdir)/ninjahelper.in > ninjahelper chmod ugo+x ninjahelper +ninjareport: $(srcdir)/ninjareport.in + rm -f ninjareport + $(edit) $(srcdir)/ninjareport.in > ninjareport + chmod ugo+x ninjareport