X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FMakefile.in;h=561b1263af93d4bb6a9f1138e35e2e6d80d0d557;hp=32d0e76d5d7882cb6332f56611706bcb45756350;hb=3d6725d5ac8805e56dbf32cf95e05326add68b17;hpb=e9d134d2989f6d23faf661e3657525b0c24598e0 diff --git a/source/Makefile.in b/source/Makefile.in index 32d0e76..561b126 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -136,9 +136,11 @@ bitmaphelper: bitmaphelperobjs install: cp $(XAB_OUT) @BINDIR@/$(XAB_OUT) + cp xestiaab.1 @DATAROOTDIR@/man/man1/xestiaab.1 uninstall: rm @BINDIR@/$(XAB_OUT) + rm @DATAROOTDIR@/man/man1/xestiaab.1 test: @echo "To build and run the unit tests, run 'make' from the tests directory."