Skip to content

Commit

Permalink
Update spec to state of the art, and install man page using automake …
Browse files Browse the repository at this point in the history
…pragmas.

git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20876 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
  • Loading branch information
rseabra committed Oct 14, 2003
1 parent 20ddeef commit fa1824a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions doc/Makefile.am
@@ -1,7 +1,3 @@
manonedir = $(prefix)/man/man1
man_MANS = enchant.1

MANPAGES = enchant.1

manone_DATA = $(MANPAGES)

EXTRA_DIST = $(MANPAGES)
EXTRA_DIST = $(man_MANS)
1 change: 1 addition & 0 deletions enchant.spec.in
Expand Up @@ -64,6 +64,7 @@ find $RPM_BUILD_ROOT/%{_libdir} -name \*.la -exec rm -f \{\} \;
%doc AUTHORS COPYING.LIB README
%attr(755,root,root)%{_bindir}/*
%{_libdir}/lib*.so*
%{_prefix}/man/man1/enchant.1.gz
%{!?_without_ispell:%{_libdir}/enchant/*ispell.so*}
%{!?_without_myspell:%{_libdir}/enchant/*myspell.so*}
%{!?_without_aspell:%{_libdir}/enchant/*aspell.so*}
Expand Down

0 comments on commit fa1824a

Please sign in to comment.