Coder Social home page Coder Social logo

Comments (6)

olabini avatar olabini commented on July 3, 2024 1

And not translate README.

from pidgin-otrng.

olabini avatar olabini commented on July 3, 2024 1

Ah, in that case that's fine with me =) Let's keep this solution. Although I don't care about it rendering 'nicely'... =)

from pidgin-otrng.

olabini avatar olabini commented on July 3, 2024

What was the reason for us having both README and README.md initially? The README file is empty, but there was a reason we couldn't delete it, right?

from pidgin-otrng.

claucece avatar claucece commented on July 3, 2024

Well, the problem is:

if you remove the readme, autotools will complain: 'Makefile.am: error: required file './README' not found', as AM_INIT_AUTOMAKE([-Wall -Werror]), expects a README and other files. I had to pass AM_INIT_AUTOMAKE([-Wall -Werror foreing]) to fix it. See:

Among different projects, automake is used with different options and settings. Some of the most important projects have their own flavour settings supported by automake directly, as a single option, these are gnu (the default), cygnus (removed in automake 1.13), gnits and the final foreign which is meant as a "none of the above" option.

The two main differences between the gnu and foreign flavours is that the former requires the presence of a number of files in the top-level of the projects, such as NEWS, COPYING, AUTHORS, ChangeLog, README. Often enough, at least the first file in this list is just touch-ed to stop automake from failing.

https://autotools.io/automake/options.html#automake.options.flavors

Do you think the change is enough? @olabini

from pidgin-otrng.

olabini avatar olabini commented on July 3, 2024

Hmm, interesting. Well, the other choice would be to just keep README and delete the README.md - I don't care that much about having the .md extension.

from pidgin-otrng.

claucece avatar claucece commented on July 3, 2024

I mean.. we are also using the foreign option in libotr-ng because of this reasons. The reason why people wanted the .md file was so it rendered 'nicely'.

from pidgin-otrng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.