introduce FAQ section; fixes #8

This commit is contained in:
Radovan Bast
2015-06-23 09:40:27 +02:00
parent da00829be5
commit feafd11524
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
FAQ
===
Should I include and track also files generated by Autocmake in my repository?
------------------------------------------------------------------------------
Yes, you probably want to do that. Autocmake generates a number of files which
in principle could be generated at configure- or build-time. However, you
probably do not want the users of your code to run any Autocmake scripts like
``update.py`` to generate the files they need to build the project. They will
run ``setup.py`` directly and expect everything to just work (TM).