]> git.lyx.org Git - lyx.git/blobdiff - Makefile.am
fixed typo
[lyx.git] / Makefile.am
index 51fc7d1a6157a5a6a8232661c49ee1484dcd3000..795b8b2de9089c5a414b0384bb5f91a9ab507957 100644 (file)
@@ -16,3 +16,8 @@ dist-hook:
        rm -rf `find development -name \*CVS\*` ; \
        rm -rf `find forms -name \*CVS\*` ; \
        rm -rf `find images -name \*CVS\*`
+
+rpmdist: dist
+       ln -s images/lyx.xpm . ; \
+       rpm -ta ${PACKAGE}-${VERSION}.tar.gz ; \
+       rm lyx.xpm
\ No newline at end of file