search for: doc_files

Displaying 2 results from an estimated 2 matches for "doc_files".

Did you mean: rdoc_files
2002 Aug 14
0
automake 1.6 compatability patch
...is-tools/ogg123/Makefile.am,v retrieving revision 1.26 diff -u -r1.26 Makefile.am --- ogg123/Makefile.am 11 Jul 2002 02:45:37 -0000 1.26 +++ ogg123/Makefile.am 14 Aug 2002 17:12:18 -0000 @@ -2,8 +2,8 @@ AUTOMAKE_OPTIONS = foreign -mans = ogg123.1 -docs = ogg123rc-example +man_pages = ogg123.1 +doc_files = ogg123rc-example ogg123sources = audio.c buffer.c callbacks.c \ cfgfile_options.c cmdline_options.c \ file_transport.c format.c http_transport.c \ @@ -16,12 +16,19 @@ if BUILD_OGG123 +mans=$(man_pages) +docs=$(doc_files) +else +mans= +docs=$(doc_files) +end...
2012 Jul 07
18
Problem processing text file after uploading
I''ve got a web-app currently partially working. The user uploads a .txt, .docx or .doc file to the server. Currently the model handles those files, saves some metadata (the extention and orig filename) then saves the file to the hard drive. Next it converts the doc and docx files to plain text and saves the output to a txt file. My problem is I want to copy the plain text contents of