Changeset 3676
- Timestamp:
- 2008-08-03 00:28:38 (5 months ago)
- Files:
-
- liboggz/trunk/Makefile.am (modified) (1 diff)
- liboggz/trunk/README (modified) (1 diff)
- liboggz/trunk/bash-completion (added)
- liboggz/trunk/bash-completion/oggz (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
liboggz/trunk/Makefile.am
r3425 r3676 23 23 # Extra files to distribute in the source tarball. 24 24 EXTRA_DIST = oggz.pc.in oggz-uninstalled.pc.in \ 25 apache-install.sh \ 26 bash-completion/oggz \ 25 27 $(SYMBIAN_extra_dist) $(WIN32_extra_dist) 26 28 liboggz/trunk/README
r3313 r3676 125 125 * oggz-validate: Validate the Ogg framing of one or more files. 126 126 127 The script bash-completion/oggz enables completion of tool options and codec 128 names when using the bash shell. Source it from your .profile, or install it 129 in /etc/bash_completion.d to enable it system-wide. 130 127 131 License 128 132 -------