-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Provide documentation that is easy to browse online #995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…ic HTML pages to Markdown
Thanks for your persistence. Couple more things. There is new line and non-portable rule pattern. I would apply this:
(there is trailing TAB in your patch) But more importantly, install creates both README.md and readme.md to docs directory. This is going to be a problem on machines with case insensitive filesystem (AFAIK osex still defaults this way) |
Hi alk, Just 2 considerations:
Just my 2 cents! |
Hm, while I agree that quite a bit of stuff in main README is stale, it is not useless at all. I do want it installed. Can we perhaps install html docs to separate dir ? Also I am now getting warnings from pandoc. Dont think it was the case before, but not sure:
|
Apologies for delay. I think readme in top-level directly is worth installing. Can we just rename readme in docs directory to index? |
Hi alk, |
This is the new PR replacing
#952
with the git history cleaned up.
I reapplied changes after a fresh fork and tested installation with:
./autogen.sh
./configure
make dist
mv gperftools-2.6.3.tar.gz ~/tmp
cd ~/tmp
tar xvzf gperftools-2.6.3.tar.gz
cd gperftools-2.6.3
./configure
make install