sundermann / soup-sharp

C# Bindings for libsoup2.4
GNU Lesser General Public License v3.0
20 stars 91 forks source link

Create .gitkeep file in doc/en to make build pass #3

Closed cebe closed 10 years ago

cebe commented 10 years ago

If doc/en does not exist you'll see something like this when running make:

...
Making all in doc
make[1]: Entering directory `/opt/soup-sharp/doc'
Generating soup-sharp-docs.source
/usr/bin/monodocer -assembly:../out/soup-sharp.dll -path:en
mdoc: Directory '/opt/soup-sharp/doc/en' not found.
See `mdoc help' for more information.
make[1]: *** [en/*/*.xml] Fehler 1
make[1]: Leaving directory `/opt/soup-sharp/doc'
make: *** [all-recursive] Fehler 1